5. Zenmap [Nmap GUI]

Zenmap is the official GUI for Nmap.
It aims to make Nmap easy for beginners to use while providing advanced features for experienced users.

Note: Zenmap requires a good knowledge of Nmap options and their working.


Intense scan on Metasploitable2 Using Zenmap

1e8ce5aa2bbdf104921dad2de9bfdeda.png

Scan Initilization

7929254cbe9336f3e000f7528b35ea4e.png

Topology

58b61e6d5f3beffca57b5119cfd9f1d6.png


Commands used

  1. -T<0-5>:Set timing template (higher is faster)

Timing template in Nmap is used to optimize and improve the quality and performance of the scan to get desired results.

The templates:


  1. -A (Aggressive scan options):Enable OS detection, version detection, script scanning, and traceroute

The Nmap Scripting Engine (NSE) is one of Nmap's most powerful and flexible features. It allows users to write (and share) simple scripts (in Lua) to automate a wide variety of networking tasks.

Nmap scripts can be used for:

There are many scripts present in the default option which can be found here.

To get help regarding a script use the following command:

sudo nmap --script-help [script name].nse

d0d4df43efe03ff9392665433b50d808.png


  1. -V (Increase verbosity level) :Print version number